func runtime.countSub
10 uses
runtime (current package)
profbuf.go#L145: func countSub(x, y uint32) int {
profbuf.go#L246: if countSub(br.tagCount(), bw.tagCount())+len(b.tags) < 1 {
profbuf.go#L251: nd := countSub(br.dataCount(), bw.dataCount()) + len(b.data)
profbuf.go#L272: if countSub(br.tagCount(), bw.tagCount())+len(b.tags) < 2 {
profbuf.go#L277: nd := countSub(br.dataCount(), bw.dataCount()) + len(b.data)
profbuf.go#L362: nd := countSub(br.dataCount(), bw.dataCount()) + len(b.data)
profbuf.go#L388: unread := countSub(new.dataCount(), b.r.load().dataCount())
profbuf.go#L469: ntag := countSub(br.tagCount(), rPrev.tagCount())
profbuf.go#L482: numData := countSub(bw.dataCount(), br.dataCount())
profbuf.go#L543: ntag := countSub(bw.tagCount(), br.tagCount())